.related_tags {
  background-color: rgba(226, 214, 207, 0.4);
  padding: 7.5rem 0 0 0;
}
@media only screen and (min-width: 992px) {
  .related_tags {
    padding: 15rem 0 7.4rem 0;
  }
}
.related_tags .rich-text h3 {
  font-size: 3.375rem;
  line-height: 4.625rem;
  font-weight: 600;
  margin: 0;
  font-family: "roobert_medium";
  color: #243508;
}
@media only screen and (min-width: 0) and (max-width: 991px) {
  .related_tags .rich-text h3 {
    font-size: 3.25rem;
    line-height: 4rem;
    font-family: "roobert_regular";
  }
}
.related_tags .groups_items {
  margin-top: 30px;
  margin-bottom: 45px;
}
@media only screen and (min-width: 0) and (max-width: 991px) {
  .related_tags .groups_items {
    margin-top: 4rem;
    margin-bottom: 6.25rem;
  }
}
@media (max-width: 767px) {
  .related_tags .groups_items {
    margin-bottom: 64px;
  }
}
.related_tags ul {
  list-style: none;
  margin-bottom: 0;
}
.related_tags ul:empty {
  margin-top: -3.75rem;
  margin-bottom: -5.8rem;
}
@media only screen and (min-width: 0) and (max-width: 991px) {
  .related_tags ul:empty {
    margin-top: -4rem;
    margin-bottom: -6.25rem;
  }
}
.related_tags li {
  display: inline-block;
}
.related_tags li:last-child {
  margin: 0;
}
@media only screen and (min-width: 0) and (max-width: 991px) {
  .related_tags li {
    display: table;
  }
}
.related_tags a {
  display: block;
  text-decoration: none;
  color: #243508;
  padding: 15px 20px;
  font-size: 2.5rem;
  line-height: 36px;
  font-weight: 400;
  font-family: "roobert_light";
  background-color: #E2D6CF;
  margin-right: 15px;
  margin-bottom: 15px;
  transition: all 0.3s ease-out;
}
.related_tags a:hover {
  background-color: #bff355;
  color: #243508;
}
@media only screen and (min-width: 0) and (max-width: 991px) {
  .related_tags a {
    padding: 1.25rem 2.125rem;
    font-size: 2rem;
    line-height: 2.25rem;
    margin-right: 0;
    margin-bottom: 1.25rem;
    font-family: "roobert_light";
  }
}